name: Workflow
version: 0.5.5
license: BSD3
copyright:
maintainer: agocorona@gmail.com
stability: experimental
homepage:
package-url:
description: Transparent support  for interruptable computations. A workflow can be seen as a persistent thread that executes any
             monadic computation. Therefore, it can be used in very time consuming computations such are CPU intensive calculations
             or procedures that are most of the time waiting for the action of a process or an user, that are prone to comunication
             failures, timeouts or shutdowns.
             .
             The computantion can be restarted at the interrupted point because such monad is encapsulated inside
             a state monad transformer that transparently checkpoint the computation state. Besides that, the package also provides
             other services associated to workflows
             The main features are:
             .
             * logging of each intermediate action results in disk.
             .
             * resume  the monadic computation at the last checkpoint after soft or hard interruption.
             .
             * suspend a computation until the input object meet certain conditions. useful for inter-workflow comunications.-
             .
             * Communications with other processes including other workflows trough persistent data objects,
             inspection of intermediate workflow results ,  persistent  queues, persistent timeouts so that no data is lost due
             to shutdowns
             .
             * A workflow can initiate anoter workflow and wait for the resutl
             .
             * workflow management and monitoriing, view workflow history and intermediate results.
category: Control, Workflow, Concurrent, Middleware
author: Alberto Gmez Corona
exposed: True
exposed-modules: Control.Workflow
hidden-modules:
import-dirs: "C:\\Archivos de programa\\Haskell\\Workflow-0.5.5\\ghc-6.10.3"
library-dirs: "C:\\Archivos de programa\\Haskell\\Workflow-0.5.5\\ghc-6.10.3"
hs-libraries: HSWorkflow-0.5.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: RefSerialize-0.2.4 TCache-0.6.4 base-3.0.3.1
         containers-0.2.0.1 mtl-1.1.0.2 old-time-1.0.0.2 stm-2.1.1.2
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: "C:\\Archivos de programa\\Haskell\\doc\\Workflow-0.5.5\\html\\Workflow.haddock"
haddock-html: "C:\\Archivos de programa\\Haskell\\doc\\Workflow-0.5.5\\html"
